This Array Has More Dimensions than You Have Provided Error

In referring to an element of a multidimensional array, you didn't provide subscripts for all the dimensions.


Example

Dim a(5,4) as String
a(1)="Bob"

See Also

Dim statement.